home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / speed_up.zip / SPEED-UP.TXT < prev   
Text File  |  1993-05-01  |  4KB  |  93 lines

  1.            This small program WILL speed-up your computer!
  2.            -----------------------------------------------
  3. This program was written by following the instructions in the Productivity 
  4. section of PC Magazine (July 1988). What this does is to delay the DRAM 
  5. refresh cycle. Since the DRAM refresh cycle takes precedence over all other 
  6. system activities, delaying the frequency of the refresh will in effect leave 
  7. more time for other activities such as program instructions. This has the 
  8. effect of speeding-up the computer. Another nice thing about speeding-up the 
  9. computer this way is that it does not use any RAM (as does a cache).
  10.  
  11. I have an AST/286 & got a 8% speed increase. Some other computers could get 
  12. as much as a 20% increase. You can use SPEED-UP.COM as it is, or you could 
  13. experiment with different settings to maximize you computer. You don't have 
  14. to worry about delaying the refresh too long because, if you do, you will 
  15. receive a "PARITY CHECK" error. All this means is that you've waited too long 
  16. to refresh the DRAM. To remedy this, just turn the computer off and then 
  17. repower it.
  18.  
  19. You should run a speed checking program such as Landmarks' Speedbar.com or 
  20. Nortons' SI before running SPEED-UP.COM. That way, you can see the results of 
  21. your efforts. Make sure to note the results after each test and use the 
  22. MINIMUM values that give you the greatest speed increase. If you use larger 
  23. values than you need, you might reduce the speed of your hard disk. So... 
  24. it's a good idea to check that also (the hard disk speed) with a program like 
  25. Coretest.
  26.  
  27. Anyway...... if you don't have any speed testing programs or you don't want 
  28. to fool around with debugging script files, stop reading this and run 
  29. SPEED-UP.COM the way it is. It is VERY conservative and should not produce a 
  30. "PARITY CHECK" error on your computer. If it does, don't use it. If it 
  31. doesn't, add it to your AUTOEXEC.BAT file. If you would like to fool around 
  32. with trying to optimize your computers' speed even more, then read on.
  33.  
  34. Without going into great detail on what all this stuff means (you could 
  35. always go to the library & get a copy of the article), here's the `skinny'.
  36.  
  37. You need to edit the file SPEED-UP.SCR & then DEBUG it. Here's how:
  38. You'll see the file EXAMPLE.SCR as below.
  39.  
  40. N SPEED-UP.COM
  41. A 100
  42. MOV AL,74
  43. OUT 43,AL
  44. MOV AL,LL       ;start w/ "LL" = 30 (then increase by increments of 10)
  45. OUT 41,AL
  46. MOV AL,HH       :start w/ "HH" = 02 (then increase by increments of 01)
  47. OUT 41,AL
  48. INT 20
  49.  
  50. R CX
  51. E
  52. W
  53. Q
  54.  
  55. In EXAMPLE.SCR the "LL" & "HH" represent the timing frequency of the refresh 
  56. interval. These are NUMBERS in the file SPEED-UP.SCR.
  57. You should edit SPEED-UP.SCR. When debugged, this file will produce          
  58. SPEED-UP.COM which should then be run. Next, the computer should be checked 
  59. for speed increase. 
  60. Replace "LL" with numbers in increments of 10 or so.(start with 30 & work up)
  61. Replace "HH" with numbers in increments of 01.(start with 02)
  62. In its' original state, SPEED-UP.SCR is the script file used to produce 
  63. SPEED-UP.COM that was included in the speed-up.ARC file.
  64.  
  65. Since SPEED-UP.SCR already has values of "LL"= 30 and "HH"= 02, start 
  66. increasing those values after running SPEED-UP.COM & noting the speed 
  67. increase over your computers default setting. After increasing the "LL" & 
  68. "HH" values, save your new SPEED-UP.SCR file in a PURE ASCII format. Then 
  69. debug it by typing the following:
  70.  
  71.                             DEBUG < SPEED-UP.SCR
  72.  
  73. Make sure DEBUG is in your current directory or in a directory included in 
  74. your PATH statement.
  75.  
  76. When SPEED-UP.SCR is DEBUGGED, it will create the file SPEED-UP.COM. The next 
  77. step is to run speed-up.com by typing SPEED-UP and pressing return. Check the 
  78. computers' speed again ..... and so on. Increasing the "LL" & "HH" values 
  79. each time until you either get no further speed increase or a parity error.
  80.  
  81. Once again, use the LOWEST "LL" & "HH" values that give you the greatest 
  82. increase (just to be on the safe side).
  83.  
  84. Now...... when you're satisfied with SPEED-UP.COM, include it in your 
  85. autoexec.bat file.
  86.  
  87. If you have any questions or would be so kind as to let me know what results 
  88. you got, leave a message for me on this BBS.
  89.  
  90. Enjoy it!
  91.  
  92. Lloyd Burt
  93.